projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7adfc0d
)
(set_tty_color_mode): Remove unused variable `tem'.
author
Pavel Janík
<Pavel@Janik.cz>
Thu, 17 Jan 2002 10:27:38 +0000
(10:27 +0000)
committer
Pavel Janík
<Pavel@Janik.cz>
Thu, 17 Jan 2002 10:27:38 +0000
(10:27 +0000)
src/ChangeLog
patch
|
blob
|
history
src/term.c
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 002bab3837620081c2bb894716fd83daafaf8506..813cfc9bb539b7daa53cb2f39193fdb78d11ba84 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,3
+1,7
@@
+2002-01-17 Pavel Jan
\e
,Bm
\e
(Bk <Pavel@Janik.cz>
+
+ * term.c (set_tty_color_mode): Remove unused variable `tem'.
+
2002-01-16 Henrik Enberg <henrik@enberg.org>
* lread.c (init_lread): Move the installed-lisp dirs later in the path.
diff --git
a/src/term.c
b/src/term.c
index 93644c837defb69c7186756c7cb097cd2ba3c636..6326d4b680a00754060a2f1e70770c13a5cf8181 100644
(file)
--- a/
src/term.c
+++ b/
src/term.c
@@
-2067,7
+2067,7
@@
set_tty_color_mode (f, val)
struct frame *f;
Lisp_Object val;
{
- Lisp_Object color_mode_spec, current_mode_spec
, tem
;
+ Lisp_Object color_mode_spec, current_mode_spec;
Lisp_Object color_mode, current_mode;
int mode, old_mode;
extern Lisp_Object Qtty_color_mode;